home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: 500 MB Amiga Software
/
500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso
/
s
/
faa.scp
< prev
next >
Wrap
AmigaDOS Script File
|
1994-09-23
|
517b
|
19 lines
.KEY p1,p2,p3,p4,p5,p6,p7,p8,p9
.BRA {
.KET }
;
; Afax:s/faa.scp - Replace your uulib:passwd faa entry with this
;
echo >ram:scr1 {p1} {p2} {p3} {p4} {p5} {p6} {p7} {p8} {p9}
afax:c/faa <null: >null: {p1} {p2} {p3} {p4} {p5} {p6} {p7} {p8} {p9}
; Send mail to say fax arrived
date >ram:scr
Afax:S/SetLastFax
if exists $LastFax
Afax:c/faxinfo $LastFax >>ram:scr
List NOHEAD DATES $LastFax >>ram:scr
endif
sendmail <ram:scr -t $username -f AmigaFax -s "Fax Received" -raw
; Forward fax if FaxFwd set
Afax:s/FwdLast